/* -- Global desktop and mobile --*/

.bold  { font-weight:bold; }
.italic { font-style: italic; }

.orange  { color:#EB6200; }
.white { color:#fff;}
.black { color:#black;}
.red { color: #be0404; }
.blue { color: #253d6e; }

.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }	
.bold { font-style: bold;} 

.text-left { text-align: left; }

span.style-01 { font-size: 42px;	}	
.font-01 { font-family: 'Times New Roman', sans-serif; }

